home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP Products & Services 1994 Summer / NeXTSTEP Products & Services 1994 Summer.iso / AlembicDemo.app / HyperSense / HyperSense.app / exceptIO.strings < prev    next >
Text File  |  1993-10-26  |  7KB  |  73 lines

  1. /* [name of file pkg. directory; Unix error string]  mkdir call failed when creating file package directory */
  2. "IO_CreateFilePackage" = "Unable to create File Package: %s  (error: %s)";
  3. /* [directory name; Unix error string]  was unable to access the specified directory */
  4. "IO_InvalidPath" = "Unable to access directory: %s (problem: %s)";
  5. /* [document path & name; Unix error string]  was unable to access the specified document */
  6. "IO_InvalidDocument" = "Unable to access document: %s (problem: %s)";
  7. /* [objectStore file name; type of object that wasn't found ("document object" or "stack object")]  the objectStore couldn't retrieve a standard object (document in .hcmain file, or stack in .hcpages file). */
  8. "IO_DamagedDocument" = "Damaged Document: file `%s' is missing some vital information (%s).";
  9. /* [objectStore file name]  the objectStore didn't store a standard object (document in .hcmain file, or stack in .hcpages file) with the correct constant ID number */
  10. "IO_StrangeObjStore1" = "Unexpected Error: Incorrect internal ID number for standard object in file %s.";
  11. /* [full pathname of file] flags passed to ObjectStore indicated creating a read-only file: no good (bad flags -- fix the program) */
  12. "IO_CreateReadOnly" = "Unexpeced Error: Attempt made to create a Read-Only file: %s";
  13. /* Attempt was made to create a new document, or add a new stack or a new type of resource while running in Demo (unregistered) mode. */
  14. "IO_CantCreateInDemoMode" = "I'm sorry, but files cannot be created in Demo Mode.  Please register HyperSense first.";
  15. /* [full pathname of file; Unix error string] couldn't create the specified file */
  16. "IO_CreateFile" = "Unable to create file %s (problem: %s)";
  17. /* [full pathname of directory; Unix error string] couldn't create the specified directory */
  18. "IO_CreateDir" = "Unable to create directory %s (problem: %s)";
  19. /* [full pathname of file; Unix error string] couldn't reopen file that was just created and closed */
  20. "IO_OpenCreatedFile" = "Unexpected Error: Unable to open newly-created file: %s (problem: %s)";
  21. /* [full pathname of file] file is too short to contain a complete header */
  22. "IO_NoHeader" = "Couldn't open file %s  (header invalid)";
  23. /* [full pathname of file] file does not begin with the magic number indicating an ObjectStore file */
  24. "IO_BadMagicNumber" = "Couldn't open file %s  (file is corrupted or is not an ObjectStore file)";
  25. /* [full pathname of file; version number of file] file was created using a newer version of the ObjectStore format than the current software supports */
  26. "IO_WrongFileVersion" = "Couldn't open file %s  (file is an incompatible version: %d)";
  27. /* [full pathname of file; uid # of user that has file open; pid of process that opened file] file's header shows that it is already open */
  28. "IO_FileInUse" = "Can't access file %s – it is already open by user # %d, process %d.";
  29. /* [full pathname of file] an attempt was made to enter changes in a ReadOnly file. */
  30. "IO_StrictReadOnly" = "File is Strictly Read Only – No Changes Allowed (%s)";
  31. /* [full pathname of file] an attempt was made to enter changes in a ReadOnly file. */
  32. "IO_ReadOnly" = "File is Read Only – Changes may not be saved (%s)";
  33. /* [full pathname of file; actual size of Unix file; filesize from header]  the filesize recorded in the header of an ObjectStore file does not agree with the "actual" size in the Unix filesystem */
  34. "IO_BadFileSize" = "Couldn't open file %s (file size [%d] is different than recorded [%d])";
  35. /* [full pathname of file] an attempt was made to create text file for read/write or write.  Either directory not write accessable to user or full path does not exist. */
  36. "IO_TextCreateWrite" = "Unable to create text file %s for writing.";
  37. /* [full pathname of file] an attempt was made to open text file for reading.  File does not exist, or directory not read accessable to user. */
  38. "IO_TextOpenRead" = "Unable to open text file %s for reading.";
  39. /* [full pathname of file] an attempt was made to open a text file that is currently open. */
  40. "IO_TextFileCurrentlyOpen" = "Text file %s currently open.";
  41. /* [full pathname of file] an attempt was made to read, write or close a text file that is not currently open. */
  42. "IO_TextFileNotOpen" = "Text file %s not open.";
  43. /* [full pathname of file] an attempt was made to write to a text file that was opened as read only. */
  44. "IO_TextWriteToReadOnly" = "Text file %s is read only.  Write attempt failed.";
  45. /* Incorrect value found within the datalist, i.e. a text string within a number list. */
  46. "IO_InvalidDataList" = "Invalid data within the data list.";
  47. /* Number out of range for character value. */
  48. "IO_InvalidCharValue" = "Number out of range for character.";
  49. /* [name of source file; name of destination file; error status number]  system() call returned non-zero status when copying a file. */
  50. "IO_FileCopyFailed" = "Unable to copy file %s to %s.  (status = %d)";
  51. /* [full pathname of file; error status number]  system() call returned non-zero status when removing a file. */
  52. "IO_DeleteFile" = "Unable to delete file `%s'.  (status = %d)";
  53. /* Couldn't find the Help file anywhere, including in the .app directory */
  54. "IO_NoHelp" = "Help file not found.";
  55. /* [source doc, dest doc]  Save To command was unsuccessful */
  56. "IO_CantSaveTo" = "Unable to save %s to %s";
  57. /* [shell command]  Couldn't execute the shell command to copy the default Home document. */
  58. "IO_CantCopyHomeDoc" = "Unable to copy default Home document from .app directory.\nCan't execute %s";
  59. /* [shell command]  Couldn't execute the shell command to create the new document */
  60. "IO_CantCreateNewDoc" = "Error creating new document.  Unable to execute %s.";
  61. /* [full path]  Error in destroying the document */
  62. "IO_CantDestroyDoc" = "Unable to destroy document: %s";
  63. /* [path of home doc]  not allowed to destroy the home document */
  64. "IO_DestroyHomeNotAllowed" = "Destroying your Home Document \"%s\" is not allowed!";
  65. /* Can't save a document within another document directory structure */
  66. "IO_CantSaveInside" = "Saving inside another HyperSense document is not allowed!";
  67. /* [filename]  A file was not open when we expected it to be */
  68. "IO_FileNotOpen" = "File %s not open!";
  69. /* [name or id number of object; optional further explanation]  An object could not be retrieved from disk, possibly due to a typedstream or other error, which may have been logged to the console. */
  70. "IO_ObjectNotFound" = "%s was not found, or could not be read from the file (check the Console for possible errors).\n%s";
  71. /* [name or id number of object; optional further explanation]  An object could not be stored on the disk. */
  72. "IO_CantStoreObject" = "%s could not be stored in the file.\n%s";
  73.